home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Webspector / ws23.exe / WEBSPECTOR.EXE / 0 / RCDATA / TWIZARD / TWIZARD.txt < prev   
Encoding:
Text File  |  1999-12-01  |  23.4 KB  |  1,035 lines

  1. object wizard: Twizard
  2.   Left = 204
  3.   Top = 179
  4.   ActiveControl = BitBtn12
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'URL List Wizard'
  8.   ClientHeight = 256
  9.   ClientWidth = 491
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 491
  26.     Height = 256
  27.     ActivePage = TabSheet4
  28.     Align = alClient
  29.     TabOrder = 0
  30.     object TabSheet1: TTabSheet
  31.       Caption = 'TabSheet1'
  32.       TabVisible = False
  33.       object Label1: TLabel
  34.         Left = 168
  35.         Top = 8
  36.         Width = 199
  37.         Height = 16
  38.         Caption = 'Webspector URL List Wizard'
  39.         Font.Charset = DEFAULT_CHARSET
  40.         Font.Color = clWindowText
  41.         Font.Height = -13
  42.         Font.Name = 'MS Sans Serif'
  43.         Font.Style = [fsBold]
  44.         ParentFont = False
  45.       end
  46.       object Label2: TLabel
  47.         Left = 168
  48.         Top = 40
  49.         Width = 298
  50.         Height = 13
  51.         Caption = 'Please enter the name of the URL List you would like to create:'
  52.       end
  53.       object Label3: TLabel
  54.         Left = 168
  55.         Top = 120
  56.         Width = 271
  57.         Height = 52
  58.         Caption = 
  59.           'A URL List contains the pages which you would like monitored.  U' +
  60.           'RLs can be entered manually, retrieved from your web browser'#39's b' +
  61.           'ookmarks, or accessed from Webspector'#39's built-in library of site' +
  62.           's.'
  63.         WordWrap = True
  64.       end
  65.       object Bevel1: TBevel
  66.         Left = 8
  67.         Top = 208
  68.         Width = 468
  69.         Height = 2
  70.       end
  71.       object Bevel8: TBevel
  72.         Left = 168
  73.         Top = 26
  74.         Width = 309
  75.         Height = 2
  76.       end
  77.       object urllistname: TEdit
  78.         Left = 168
  79.         Top = 72
  80.         Width = 273
  81.         Height = 21
  82.         TabOrder = 0
  83.       end
  84.       object BitBtn1: TBitBtn
  85.         Left = 160
  86.         Top = 216
  87.         Width = 75
  88.         Height = 25
  89.         Caption = '< Back'
  90.         Enabled = False
  91.         TabOrder = 1
  92.       end
  93.       object BitBtn2: TBitBtn
  94.         Left = 240
  95.         Top = 216
  96.         Width = 75
  97.         Height = 25
  98.         Caption = 'Next >'
  99.         Default = True
  100.         TabOrder = 2
  101.         OnClick = BitBtn2Click
  102.       end
  103.       object BitBtn3: TBitBtn
  104.         Left = 320
  105.         Top = 216
  106.         Width = 75
  107.         Height = 25
  108.         Caption = 'Cancel'
  109.         TabOrder = 3
  110.         OnClick = BitBtn3Click
  111.       end
  112.       object Panel1: TPanel
  113.         Left = 8
  114.         Top = 8
  115.         Width = 150
  116.         Height = 192
  117.         BevelOuter = bvNone
  118.         BorderStyle = bsSingle
  119.         TabOrder = 5
  120.         object Image1: TImage
  121.           Left = 0
  122.           Top = 0
  123.           Width = 146
  124.           Height = 188
  125.           Align = alClient
  126.           Picture.Data = {<image000.bmp>}
  127.         end
  128.       end
  129.       object BitBtn25: TBitBtn
  130.         Left = 400
  131.         Top = 216
  132.         Width = 75
  133.         Height = 25
  134.         Caption = 'Help'
  135.         TabOrder = 4
  136.         OnClick = BitBtn25Click
  137.       end
  138.     end
  139.     object TabSheet2: TTabSheet
  140.       Caption = 'TabSheet2'
  141.       ImageIndex = 1
  142.       TabVisible = False
  143.       object Label4: TLabel
  144.         Left = 8
  145.         Top = 8
  146.         Width = 137
  147.         Height = 16
  148.         Caption = 'Add URLs Manually'
  149.         Font.Charset = DEFAULT_CHARSET
  150.         Font.Color = clWindowText
  151.         Font.Height = -13
  152.         Font.Name = 'MS Sans Serif'
  153.         Font.Style = [fsBold]
  154.         ParentFont = False
  155.       end
  156.       object Label5: TLabel
  157.         Left = 8
  158.         Top = 32
  159.         Width = 315
  160.         Height = 13
  161.         Caption = 
  162.           'Click the button below to add a URL that you would like monitore' +
  163.           'd.'
  164.       end
  165.       object Bevel2: TBevel
  166.         Left = 8
  167.         Top = 208
  168.         Width = 468
  169.         Height = 2
  170.       end
  171.       object Bevel12: TBevel
  172.         Left = 8
  173.         Top = 26
  174.         Width = 468
  175.         Height = 2
  176.       end
  177.       object urlviewer: TListView
  178.         Left = 8
  179.         Top = 80
  180.         Width = 466
  181.         Height = 121
  182.         Columns = <
  183.           item
  184.             Caption = 'Description'
  185.             Width = 232
  186.           end
  187.           item
  188.             Caption = 'URL'
  189.             Width = 230
  190.           end>
  191.         Font.Charset = ANSI_CHARSET
  192.         Font.Color = clWindowText
  193.         Font.Height = -11
  194.         Font.Name = 'MS Sans Serif'
  195.         Font.Style = []
  196.         GridLines = True
  197.         HotTrackStyles = []
  198.         MultiSelect = True
  199.         ReadOnly = True
  200.         RowSelect = True
  201.         ParentFont = False
  202.         TabOrder = 2
  203.         ViewStyle = vsReport
  204.         OnClick = urlviewerClick
  205.         OnDblClick = urlviewerDblClick
  206.       end
  207.       object BitBtn4: TBitBtn
  208.         Left = 8
  209.         Top = 52
  210.         Width = 79
  211.         Height = 21
  212.         Caption = 'Add a URL'
  213.         TabOrder = 0
  214.         OnClick = BitBtn4Click
  215.       end
  216.       object BitBtn5: TBitBtn
  217.         Left = 160
  218.         Top = 216
  219.         Width = 75
  220.         Height = 25
  221.         Caption = '< Back'
  222.         TabOrder = 3
  223.         OnClick = BitBtn5Click
  224.       end
  225.       object BitBtn6: TBitBtn
  226.         Left = 240
  227.         Top = 216
  228.         Width = 75
  229.         Height = 25
  230.         Caption = 'Next >'
  231.         Default = True
  232.         TabOrder = 4
  233.         OnClick = BitBtn6Click
  234.       end
  235.       object BitBtn7: TBitBtn
  236.         Left = 320
  237.         Top = 216
  238.         Width = 75
  239.         Height = 25
  240.         Caption = 'Cancel'
  241.         TabOrder = 5
  242.         OnClick = BitBtn7Click
  243.       end
  244.       object BitBtn26: TBitBtn
  245.         Left = 400
  246.         Top = 216
  247.         Width = 75
  248.         Height = 25
  249.         Caption = 'Help'
  250.         TabOrder = 6
  251.         OnClick = BitBtn26Click
  252.       end
  253.       object remove1: TBitBtn
  254.         Left = 94
  255.         Top = 52
  256.         Width = 79
  257.         Height = 21
  258.         Caption = 'Remove URL'
  259.         Enabled = False
  260.         TabOrder = 1
  261.         OnClick = remove1Click
  262.       end
  263.       object edit1: TBitBtn
  264.         Left = 182
  265.         Top = 52
  266.         Width = 79
  267.         Height = 21
  268.         Caption = 'Edit URL'
  269.         Enabled = False
  270.         TabOrder = 7
  271.         OnClick = edit1Click
  272.       end
  273.     end
  274.     object TabSheet3: TTabSheet
  275.       Caption = 'TabSheet3'
  276.       ImageIndex = 2
  277.       TabVisible = False
  278.       object Label6: TLabel
  279.         Left = 8
  280.         Top = 8
  281.         Width = 111
  282.         Height = 16
  283.         Caption = 'Add Bookmarks'
  284.         Font.Charset = DEFAULT_CHARSET
  285.         Font.Color = clWindowText
  286.         Font.Height = -13
  287.         Font.Name = 'MS Sans Serif'
  288.         Font.Style = [fsBold]
  289.         ParentFont = False
  290.       end
  291.       object Label7: TLabel
  292.         Left = 8
  293.         Top = 32
  294.         Width = 406
  295.         Height = 13
  296.         Caption = 
  297.           'Click the button below to choose from a list of bookmarks stored' +
  298.           ' in your web browsers.'
  299.       end
  300.       object Bevel3: TBevel
  301.         Left = 8
  302.         Top = 208
  303.         Width = 468
  304.         Height = 2
  305.       end
  306.       object Bevel13: TBevel
  307.         Left = 8
  308.         Top = 26
  309.         Width = 468
  310.         Height = 2
  311.       end
  312.       object BitBtn8: TBitBtn
  313.         Left = 8
  314.         Top = 52
  315.         Width = 105
  316.         Height = 21
  317.         Caption = 'Select Bookmarks'
  318.         TabOrder = 0
  319.         OnClick = BitBtn8Click
  320.       end
  321.       object BitBtn9: TBitBtn
  322.         Left = 160
  323.         Top = 216
  324.         Width = 75
  325.         Height = 25
  326.         Caption = '< Back'
  327.         TabOrder = 3
  328.         OnClick = BitBtn9Click
  329.       end
  330.       object BitBtn10: TBitBtn
  331.         Left = 240
  332.         Top = 216
  333.         Width = 75
  334.         Height = 25
  335.         Caption = 'Next >'
  336.         Default = True
  337.         TabOrder = 4
  338.         OnClick = BitBtn10Click
  339.       end
  340.       object BitBtn11: TBitBtn
  341.         Left = 320
  342.         Top = 216
  343.         Width = 75
  344.         Height = 25
  345.         Caption = 'Cancel'
  346.         TabOrder = 5
  347.         OnClick = BitBtn11Click
  348.       end
  349.       object urllistviewer2: TListView
  350.         Left = 8
  351.         Top = 80
  352.         Width = 466
  353.         Height = 121
  354.         Columns = <
  355.           item
  356.             Caption = 'Description'
  357.             Width = 232
  358.           end
  359.           item
  360.             Caption = 'URL'
  361.             Width = 230
  362.           end>
  363.         Font.Charset = ANSI_CHARSET
  364.         Font.Color = clWindowText
  365.         Font.Height = -11
  366.         Font.Name = 'MS Sans Serif'
  367.         Font.Style = []
  368.         GridLines = True
  369.         HotTrackStyles = []
  370.         MultiSelect = True
  371.         ReadOnly = True
  372.         RowSelect = True
  373.         ParentFont = False
  374.         TabOrder = 2
  375.         ViewStyle = vsReport
  376.         OnClick = urllistviewer2Click
  377.         OnDblClick = urllistviewer2DblClick
  378.       end
  379.       object BitBtn27: TBitBtn
  380.         Left = 400
  381.         Top = 216
  382.         Width = 75
  383.         Height = 25
  384.         Caption = 'Help'
  385.         TabOrder = 6
  386.         OnClick = BitBtn27Click
  387.       end
  388.       object remove2: TBitBtn
  389.         Left = 120
  390.         Top = 52
  391.         Width = 75
  392.         Height = 21
  393.         Caption = 'Remove URL'
  394.         Enabled = False
  395.         TabOrder = 1
  396.         OnClick = remove2Click
  397.       end
  398.       object edit2: TBitBtn
  399.         Left = 202
  400.         Top = 52
  401.         Width = 79
  402.         Height = 21
  403.         Caption = 'Edit URL'
  404.         Enabled = False
  405.         TabOrder = 7
  406.         OnClick = edit2Click
  407.       end
  408.     end
  409.     object TabSheet4: TTabSheet
  410.       Caption = 'TabSheet4'
  411.       ImageIndex = 3
  412.       TabVisible = False
  413.       object Label8: TLabel
  414.         Left = 8
  415.         Top = 8
  416.         Width = 83
  417.         Height = 16
  418.         Caption = 'URL Library'
  419.         Font.Charset = DEFAULT_CHARSET
  420.         Font.Color = clWindowText
  421.         Font.Height = -13
  422.         Font.Name = 'MS Sans Serif'
  423.         Font.Style = [fsBold]
  424.         ParentFont = False
  425.       end
  426.       object Label9: TLabel
  427.         Left = 8
  428.         Top = 32
  429.         Width = 453
  430.         Height = 13
  431.         Caption = 
  432.           'Click the button below to select from Webspector'#39's library of UR' +
  433.           'Ls, organized into 20 categories.'
  434.       end
  435.       object Bevel4: TBevel
  436.         Left = 8
  437.         Top = 208
  438.         Width = 468
  439.         Height = 2
  440.       end
  441.       object Bevel14: TBevel
  442.         Left = 9
  443.         Top = 26
  444.         Width = 468
  445.         Height = 2
  446.       end
  447.       object BitBtn12: TBitBtn
  448.         Left = 8
  449.         Top = 52
  450.         Width = 97
  451.         Height = 21
  452.         Caption = 'View Library'
  453.         TabOrder = 0
  454.         OnClick = BitBtn12Click
  455.       end
  456.       object BitBtn13: TBitBtn
  457.         Left = 160
  458.         Top = 216
  459.         Width = 75
  460.         Height = 25
  461.         Caption = '< Back'
  462.         TabOrder = 3
  463.         OnClick = BitBtn13Click
  464.       end
  465.       object BitBtn14: TBitBtn
  466.         Left = 240
  467.         Top = 216
  468.         Width = 75
  469.         Height = 25
  470.         Caption = 'Next >'
  471.         Default = True
  472.         TabOrder = 4
  473.         OnClick = BitBtn14Click
  474.       end
  475.       object BitBtn15: TBitBtn
  476.         Left = 320
  477.         Top = 216
  478.         Width = 75
  479.         Height = 25
  480.         Caption = 'Cancel'
  481.         TabOrder = 5
  482.         OnClick = BitBtn15Click
  483.       end
  484.       object urllistviewer3: TListView
  485.         Left = 8
  486.         Top = 80
  487.         Width = 466
  488.         Height = 121
  489.         Columns = <
  490.           item
  491.             Caption = 'Description'
  492.             Width = 232
  493.           end
  494.           item
  495.             Caption = 'URL'
  496.             Width = 230
  497.           end>
  498.         Font.Charset = ANSI_CHARSET
  499.         Font.Color = clWindowText
  500.         Font.Height = -11
  501.         Font.Name = 'MS Sans Serif'
  502.         Font.Style = []
  503.         GridLines = True
  504.         HotTrackStyles = []
  505.         MultiSelect = True
  506.         ReadOnly = True
  507.         RowSelect = True
  508.         ParentFont = False
  509.         TabOrder = 2
  510.         ViewStyle = vsReport
  511.         OnClick = urllistviewer3Click
  512.         OnDblClick = urllistviewer3DblClick
  513.       end
  514.       object BitBtn28: TBitBtn
  515.         Left = 400
  516.         Top = 216
  517.         Width = 75
  518.         Height = 25
  519.         Caption = 'Help'
  520.         TabOrder = 6
  521.         OnClick = BitBtn28Click
  522.       end
  523.       object remove3: TBitBtn
  524.         Left = 112
  525.         Top = 52
  526.         Width = 75
  527.         Height = 21
  528.         Caption = 'Remove URL'
  529.         Enabled = False
  530.         TabOrder = 1
  531.         OnClick = remove3Click
  532.       end
  533.       object edit3: TBitBtn
  534.         Left = 194
  535.         Top = 52
  536.         Width = 79
  537.         Height = 21
  538.         Caption = 'Edit URL'
  539.         Enabled = False
  540.         TabOrder = 7
  541.         OnClick = edit3Click
  542.       end
  543.     end
  544.     object TabSheet5: TTabSheet
  545.       Caption = 'TabSheet5'
  546.       ImageIndex = 4
  547.       TabVisible = False
  548.       object Label10: TLabel
  549.         Left = 168
  550.         Top = 8
  551.         Width = 141
  552.         Height = 16
  553.         Caption = 'Schedule Retrievals'
  554.         Font.Charset = DEFAULT_CHARSET
  555.         Font.Color = clWindowText
  556.         Font.Height = -13
  557.         Font.Name = 'MS Sans Serif'
  558.         Font.Style = [fsBold]
  559.         ParentFont = False
  560.       end
  561.       object Label11: TLabel
  562.         Left = 432
  563.         Top = 70
  564.         Width = 45
  565.         Height = 13
  566.         BiDiMode = bdLeftToRight
  567.         Caption = 'minute(s).'
  568.         ParentBiDiMode = False
  569.       end
  570.       object Bevel5: TBevel
  571.         Left = 8
  572.         Top = 208
  573.         Width = 468
  574.         Height = 2
  575.       end
  576.       object Label14: TLabel
  577.         Left = 168
  578.         Top = 172
  579.         Width = 304
  580.         Height = 26
  581.         Caption = 
  582.           'Schedules can be modified at any time from the Schedule tab of W' +
  583.           'ebspector Setup.'
  584.         WordWrap = True
  585.       end
  586.       object Bevel9: TBevel
  587.         Left = 168
  588.         Top = 26
  589.         Width = 309
  590.         Height = 2
  591.       end
  592.       object Label12: TLabel
  593.         Left = 200
  594.         Top = 120
  595.         Width = 23
  596.         Height = 13
  597.         Caption = 'Hour'
  598.       end
  599.       object Label13: TLabel
  600.         Left = 248
  601.         Top = 120
  602.         Width = 32
  603.         Height = 13
  604.         Caption = 'Minute'
  605.       end
  606.       object noretrieval: TRadioButton
  607.         Left = 168
  608.         Top = 40
  609.         Width = 265
  610.         Height = 17
  611.         Caption = 'I do not want to schedule this URL List.'
  612.         Checked = True
  613.         TabOrder = 0
  614.         TabStop = True
  615.         OnClick = noretrievalClick
  616.       end
  617.       object useinterval: TRadioButton
  618.         Left = 168
  619.         Top = 68
  620.         Width = 209
  621.         Height = 17
  622.         Caption = 'Schedule my URL List to retrieve every'
  623.         TabOrder = 1
  624.         OnClick = useintervalClick
  625.       end
  626.       object interval: TEdit
  627.         Left = 376
  628.         Top = 66
  629.         Width = 49
  630.         Height = 21
  631.         Color = clSilver
  632.         Enabled = False
  633.         TabOrder = 2
  634.       end
  635.       object usetime: TRadioButton
  636.         Left = 168
  637.         Top = 96
  638.         Width = 217
  639.         Height = 17
  640.         Caption = 'Schedule my URL List to retrieve daily at:'
  641.         TabOrder = 3
  642.         OnClick = usetimeClick
  643.       end
  644.       object BitBtn16: TBitBtn
  645.         Left = 160
  646.         Top = 216
  647.         Width = 75
  648.         Height = 25
  649.         Caption = '< Back'
  650.         TabOrder = 7
  651.         OnClick = BitBtn16Click
  652.       end
  653.       object BitBtn17: TBitBtn
  654.         Left = 240
  655.         Top = 216
  656.         Width = 75
  657.         Height = 25
  658.         Caption = 'Next >'
  659.         Default = True
  660.         TabOrder = 8
  661.         OnClick = BitBtn17Click
  662.       end
  663.       object BitBtn18: TBitBtn
  664.         Left = 320
  665.         Top = 216
  666.         Width = 75
  667.         Height = 25
  668.         Caption = 'Cancel'
  669.         TabOrder = 9
  670.         OnClick = BitBtn18Click
  671.       end
  672.       object Panel2: TPanel
  673.         Left = 8
  674.         Top = 8
  675.         Width = 150
  676.         Height = 192
  677.         BevelOuter = bvNone
  678.         BorderStyle = bsSingle
  679.         Caption = 'Panel2'
  680.         TabOrder = 11
  681.         object Image2: TImage
  682.           Left = 0
  683.           Top = 0
  684.           Width = 146
  685.           Height = 188
  686.           Align = alClient
  687.           Picture.Data = {<image001.bmp>}
  688.         end
  689.       end
  690.       object BitBtn29: TBitBtn
  691.         Left = 400
  692.         Top = 216
  693.         Width = 75
  694.         Height = 25
  695.         Caption = 'Help'
  696.         TabOrder = 10
  697.         OnClick = BitBtn29Click
  698.       end
  699.       object hour: TComboBox
  700.         Left = 192
  701.         Top = 136
  702.         Width = 49
  703.         Height = 21
  704.         Style = csDropDownList
  705.         Color = clSilver
  706.         Enabled = False
  707.         ItemHeight = 13
  708.         Items.Strings = (
  709.           '1'
  710.           '2'
  711.           '3'
  712.           '4'
  713.           '5'
  714.           '6'
  715.           '7'
  716.           '8'
  717.           '9'
  718.           '10'
  719.           '11'
  720.           '12')
  721.         TabOrder = 4
  722.       end
  723.       object minute: TComboBox
  724.         Left = 248
  725.         Top = 136
  726.         Width = 49
  727.         Height = 21
  728.         Color = clSilver
  729.         Enabled = False
  730.         ItemHeight = 13
  731.         Items.Strings = (
  732.           '00'
  733.           '05'
  734.           '10'
  735.           '15'
  736.           '20'
  737.           '25'
  738.           '30'
  739.           '35'
  740.           '40'
  741.           '45'
  742.           '50'
  743.           '55')
  744.         TabOrder = 5
  745.       end
  746.       object GroupBox1: TGroupBox
  747.         Left = 304
  748.         Top = 120
  749.         Width = 43
  750.         Height = 43
  751.         TabOrder = 6
  752.         object AM: TRadioButton
  753.           Left = 3
  754.           Top = 8
  755.           Width = 38
  756.           Height = 17
  757.           Caption = 'AM'
  758.           Checked = True
  759.           Color = clSilver
  760.           Enabled = False
  761.           ParentColor = False
  762.           TabOrder = 0
  763.           TabStop = True
  764.         end
  765.         object PM: TRadioButton
  766.           Left = 3
  767.           Top = 24
  768.           Width = 38
  769.           Height = 17
  770.           Caption = 'PM'
  771.           Enabled = False
  772.           TabOrder = 1
  773.         end
  774.       end
  775.     end
  776.     object TabSheet6: TTabSheet
  777.       Caption = 'TabSheet6'
  778.       ImageIndex = 6
  779.       TabVisible = False
  780.       object Label19: TLabel
  781.         Left = 168
  782.         Top = 8
  783.         Width = 69
  784.         Height = 16
  785.         Caption = 'Reporting'
  786.         Font.Charset = DEFAULT_CHARSET
  787.         Font.Color = clWindowText
  788.         Font.Height = -13
  789.         Font.Name = 'MS Sans Serif'
  790.         Font.Style = [fsBold]
  791.         ParentFont = False
  792.       end
  793.       object Bevel7: TBevel
  794.         Left = 8
  795.         Top = 208
  796.         Width = 468
  797.         Height = 2
  798.       end
  799.       object Label22: TLabel
  800.         Left = 168
  801.         Top = 40
  802.         Width = 294
  803.         Height = 26
  804.         Caption = 
  805.           'Enabling reports allows Webspector to generate a summary of the ' +
  806.           'results of Webspector'#39's retrievals of your URL List.'
  807.         WordWrap = True
  808.       end
  809.       object Label20: TLabel
  810.         Left = 168
  811.         Top = 144
  812.         Width = 271
  813.         Height = 39
  814.         Caption = 
  815.           'Webspector can also be set up to send reports via e-mail. E-mail' +
  816.           ' reporting can be enabled at any time from the Reports tab of We' +
  817.           'bspector Setup.'
  818.         WordWrap = True
  819.       end
  820.       object Bevel10: TBevel
  821.         Left = 168
  822.         Top = 26
  823.         Width = 309
  824.         Height = 2
  825.       end
  826.       object Panel4: TPanel
  827.         Left = 8
  828.         Top = 8
  829.         Width = 150
  830.         Height = 192
  831.         BevelOuter = bvNone
  832.         BorderStyle = bsSingle
  833.         Caption = 'Panel2'
  834.         TabOrder = 6
  835.         object Image4: TImage
  836.           Left = 0
  837.           Top = 0
  838.           Width = 146
  839.           Height = 188
  840.           Align = alClient
  841.           Picture.Data = {<image002.bmp>}
  842.         end
  843.       end
  844.       object enablereports: TCheckBox
  845.         Left = 168
  846.         Top = 80
  847.         Width = 105
  848.         Height = 17
  849.         Caption = 'Enable Reports'
  850.         TabOrder = 0
  851.         OnClick = enablereportsClick
  852.       end
  853.       object BitBtn22: TBitBtn
  854.         Left = 160
  855.         Top = 216
  856.         Width = 75
  857.         Height = 25
  858.         Caption = '< Back'
  859.         TabOrder = 2
  860.         OnClick = BitBtn22Click
  861.       end
  862.       object BitBtn23: TBitBtn
  863.         Left = 240
  864.         Top = 216
  865.         Width = 75
  866.         Height = 25
  867.         Caption = 'Next >'
  868.         Default = True
  869.         TabOrder = 3
  870.         OnClick = BitBtn23Click
  871.       end
  872.       object BitBtn24: TBitBtn
  873.         Left = 320
  874.         Top = 216
  875.         Width = 75
  876.         Height = 25
  877.         Caption = 'Cancel'
  878.         TabOrder = 4
  879.         OnClick = BitBtn24Click
  880.       end
  881.       object reportunchanged: TCheckBox
  882.         Left = 168
  883.         Top = 104
  884.         Width = 145
  885.         Height = 17
  886.         Caption = 'Report unchanged URLs'
  887.         Color = clSilver
  888.         Enabled = False
  889.         Font.Charset = DEFAULT_CHARSET
  890.         Font.Color = clBlack
  891.         Font.Height = -11
  892.         Font.Name = 'MS Sans Serif'
  893.         Font.Style = []
  894.         ParentColor = False
  895.         ParentFont = False
  896.         TabOrder = 1
  897.       end
  898.       object BitBtn30: TBitBtn
  899.         Left = 400
  900.         Top = 216
  901.         Width = 75
  902.         Height = 25
  903.         Caption = 'Help'
  904.         TabOrder = 5
  905.         OnClick = BitBtn30Click
  906.       end
  907.     end
  908.     object TabSheet7: TTabSheet
  909.       Caption = 'TabSheet7'
  910.       ImageIndex = 5
  911.       TabVisible = False
  912.       object Label15: TLabel
  913.         Left = 168
  914.         Top = 40
  915.         Width = 302
  916.         Height = 26
  917.         Caption = 
  918.           'Congratulations!  A new URL List has been set up for you.  Click' +
  919.           ' the Finish button to return to the main Webspector window.'
  920.         WordWrap = True
  921.       end
  922.       object Label16: TLabel
  923.         Left = 168
  924.         Top = 152
  925.         Width = 268
  926.         Height = 26
  927.         Caption = 
  928.           'To view transfer progress of your URLs, double click the Webspec' +
  929.           'tor Server icon on your System Tray. '
  930.         WordWrap = True
  931.       end
  932.       object Bevel6: TBevel
  933.         Left = 8
  934.         Top = 208
  935.         Width = 468
  936.         Height = 2
  937.       end
  938.       object Label17: TLabel
  939.         Left = 168
  940.         Top = 8
  941.         Width = 129
  942.         Height = 16
  943.         Caption = 'URL List Complete'
  944.         Font.Charset = DEFAULT_CHARSET
  945.         Font.Color = clWindowText
  946.         Font.Height = -13
  947.         Font.Name = 'MS Sans Serif'
  948.         Font.Style = [fsBold]
  949.         ParentFont = False
  950.       end
  951.       object Label18: TLabel
  952.         Left = 168
  953.         Top = 120
  954.         Width = 298
  955.         Height = 26
  956.         Caption = 
  957.           'You can check the URLs in your list at any time by clicking the ' +
  958.           #39'Check All'#39' button on the Webspector Toolbar.'
  959.         WordWrap = True
  960.       end
  961.       object Bevel11: TBevel
  962.         Left = 168
  963.         Top = 26
  964.         Width = 309
  965.         Height = 2
  966.       end
  967.       object retrievenow: TCheckBox
  968.         Left = 168
  969.         Top = 80
  970.         Width = 153
  971.         Height = 17
  972.         Caption = 'Retrieve this URL List now'
  973.         Checked = True
  974.         State = cbChecked
  975.         TabOrder = 0
  976.       end
  977.       object BitBtn19: TBitBtn
  978.         Left = 160
  979.         Top = 216
  980.         Width = 75
  981.         Height = 25
  982.         Caption = '< Back'
  983.         TabOrder = 1
  984.         OnClick = BitBtn19Click
  985.       end
  986.       object BitBtn20: TBitBtn
  987.         Left = 240
  988.         Top = 216
  989.         Width = 75
  990.         Height = 25
  991.         Caption = 'Finish'
  992.         Default = True
  993.         TabOrder = 2
  994.         OnClick = BitBtn20Click
  995.       end
  996.       object BitBtn21: TBitBtn
  997.         Left = 320
  998.         Top = 216
  999.         Width = 75
  1000.         Height = 25
  1001.         Caption = 'Cancel'
  1002.         TabOrder = 3
  1003.         OnClick = BitBtn21Click
  1004.       end
  1005.       object Panel3: TPanel
  1006.         Left = 8
  1007.         Top = 8
  1008.         Width = 150
  1009.         Height = 192
  1010.         BevelOuter = bvNone
  1011.         BorderStyle = bsSingle
  1012.         Caption = 'Panel3'
  1013.         TabOrder = 5
  1014.         object Image3: TImage
  1015.           Left = 0
  1016.           Top = 0
  1017.           Width = 146
  1018.           Height = 188
  1019.           Align = alClient
  1020.           Picture.Data = {<image003.bmp>}
  1021.         end
  1022.       end
  1023.       object BitBtn31: TBitBtn
  1024.         Left = 400
  1025.         Top = 216
  1026.         Width = 75
  1027.         Height = 25
  1028.         Caption = 'Help'
  1029.         TabOrder = 4
  1030.         OnClick = BitBtn31Click
  1031.       end
  1032.     end
  1033.   end
  1034. end
  1035.